Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aria-allowed-role): allow combobox on button, checkbox and combobox on input[type=button] #3354

Merged
merged 5 commits into from
Nov 29, 2022

Conversation

scottaohara
Copy link
Contributor

@scottaohara scottaohara commented Jan 16, 2022

closes issue #3353

  • Adds role=combobox to the <button> element.
  • Adds role=combobox and role=checkbox to the <input type=button> element.

closes dequelabs#3353

- Adds `role=combobox` to the `<button>` element.
- Adds `role=combobox` and `role=checkbox` to the `<input type=button>` element.
@scottaohara scottaohara requested a review from a team as a code owner January 16, 2022 16:18
Copy link
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need integration tests for aria-allowed-role.

* `button role=combobox`
* `input type=button role=combobox`
* `input type=button role=checkbox`
* `button role=combobox`
* `input type=button role=combobox`
* `input type=button role=checkbox`
@WilcoFiers WilcoFiers changed the title Update allowed button & input type=button roles Update allowed button & input type=button roles [WIP] Apr 14, 2022
@straker straker changed the title Update allowed button & input type=button roles [WIP] fix(aria-allowed-role): allow combobox on button, checkbox and combobox on input[type=button] Nov 22, 2022
@straker
Copy link
Contributor

straker commented Nov 22, 2022

We seem to have let this pr fall into the cracks. Going to update it a bit to make sure it's ready for review again.

@WilcoFiers
Copy link
Contributor

[x] Reviewed for security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants